new-nav: Redesign top navigation links and labels#3318
Conversation
- Replace Redis for AI with AI Agent builder (links to develop/ai/agent-builder/) - Replace Products dropdown with Redis install link - Replace Resources dropdown with Data types link - Add Tools and Community links - Move Redis Insight (now Tools) before Docs - Replace Pricing with Tools (links to develop/tools/) - Remove Book a meeting link - Rename Try Redis to Sign up (remove bold) - Add right-pointing red arrows to Get Redis, Data types, and Tools - Fix AI Agent builder text wrapping and star icon position Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
…-toggle Removed data-products-mobile-menu-toggle and aria-expanded from the AI Agent builder <li> — the JS handler queries [data-products-mobile-menu] which no longer exists after the dropdown partial was removed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
dwdougherty
left a comment
There was a problem hiding this comment.
LGTM, though I think I'd prefer to see "AI agent builder" instead of "AI Agent builder" just to be consistent with the other menu items.
I'll add Docs back as reviewer so other folks get a chance to comment.
|
Basically LGTM, but one question I'd consider is whether the AI agent builder is the best thing we could have in that highly prominent link? I do think it's a cool feature I'm not sure if it's the best entry point for someone evaluating Redis for an AI task. Maybe you could keep the button as it is but then add more links out to the other AI content in the intro to the agent builder page? |
|
Hi @andy-stark-redis thanks for reviewing, so what I was thinking was that the main home page content serves the entry point purpose, that is the extra main section I added recently with links to all the top-level AI docs pages and context engine. This button gets them back to the AI area (or might bring others to this area from any docs page) and yeah shows off the cool agent builder. Below the agent builder there are a lot of links to more information I think on that page, but I will take a look at that as well. |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 41f411d. Configure here.
| href="https://redis.io/try-free/">Try Redis</a> | ||
|
|
||
| <a class="hidden lg:inline-flex items-center justify-center px-6 py-2 mr-4 border-2 border-redis-red-500 text-white rounded-md hover:bg-redis-red-500 transition-colors" | ||
| href="https://redis.io/try-free/">Sign up</a> |
There was a problem hiding this comment.
Desktop "Sign up" button lost font-bold styling
Low Severity
The desktop "Sign up" button had font-bold removed compared to the old "Try Redis" button, but the mobile "Sign up" button still retains font-bold. This creates an inconsistency where the same primary CTA renders with different font weights across breakpoints. The removal looks accidental since both buttons share the same purpose and label.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 41f411d. Configure here.
dwdougherty
left a comment
There was a problem hiding this comment.
New footer looks great to me. Approved.


Continuing changes to focus on open source in the top nav and get rid of the drop-down menus that get in the way whenever looking through the site. https://redis.io/docs/staging/new-nav/
Note
Medium Risk
Site-wide header/footer navigation is restructured and several labels/targets change, so the main risk is broken links or degraded discoverability across desktop/mobile layouts.
Overview
Header navigation is simplified by removing the
Products/Resourcesdropdown menus and replacing them with direct links (AI agent builder,Redis install,Data types,Tools,Community), plus updated styling/positioning for the AI nav pill.CTAs are adjusted by removing
Pricing/Book a meeting/Try Redisplacements in the header and mobile menu and standardizing on aSign uplink/button.Footer is condensed by tightening spacing and removing large
Use Cases/Industriessections, leaving a smaller set of link columns and reformatting the legal links for desktop.Reviewed by Cursor Bugbot for commit 41f411d. Bugbot is set up for automated code reviews on this repo. Configure here.